ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Add Method / Add(T) Method
An item to add.

In This Topic
    Add(T) Method
    In This Topic
    Adds a page object to the end of the pages collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As T _
    ) As Integer
    public int Add( 
       T value
    )

    Parameters

    value
    An item to add.

    Return Value

    The position into which the new item was inserted
    Exceptions
    ExceptionDescription
    Thrown when value is null
    See Also